JMFrameResume
Passes a resume event to a frame.
OSStatus JMFrameResume ( JMFrameRef frame, Boolean resume);
frame
- The frame to receive the resume event.
resume
- A Boolean value. If true, the process associated with the frame is brought to the foreground; if false, the process is sent to the background.
- function result
- A result code; see "JManager Result Codes".
DISCUSSION
The resume event means that the frame becomes part of the running foreground process. When a client application receives a resume event, it must notify all its associated frames.SEE ALSO
"Update, Activate, and Resume Events".